home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / dpokalv2.dir / 00663_Script_ݨ×Ç™éDǝéËDžǵÇýÇÐÇ´ < prev    next >
Text File  |  1995-11-10  |  185b  |  10 lines

  1. on GetCard
  2.   global gCharaNum
  3.   if gCharaNum = 1 then GetCardT
  4.   else
  5.     if gCharaNum = 2 then GetCardH
  6.     else
  7.       if gCharaNum = 3 then GetCardB
  8.     end if
  9.   end if
  10. end